home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / Information / FMProChanges.txt < prev    next >
Internet Message Format  |  1994-03-30  |  3KB

  1. From: Joel Bowers, 71760,3365
  2. To: Scott S. Lawton, 70214,424
  3. Topic: FileMaker Improvements
  4. Msg #28758
  5. Section: Scriptable Apps [6]
  6. Forum: UserLand+
  7. Date: Tue, Nov 9, 1993, 11:55:12 PM
  8.  
  9. I just got permission to post these improvements which you all may be 
  10. interested in.  Enjoy...but ask the pro  - Scott Lawton - if you want to 
  11. know what any of this means.  I just hang out here on occasion when there 
  12. isn't enough action in the FileMaker forums.
  13.  
  14. Joel,
  15.  
  16. Here's a rewritten article which is no longer classified as Claris Confidential, 
  17. so you may share it in the Frontier forum. Our reasoning behind only recommending 
  18. 2.1 Mac to customers who need additional networking support is that it is a paid 
  19. upgrade with just one major enhancement. You're point about the upgrade being 
  20. relevant for Apple Event adventurers is a good one and I'll start mentioning it.
  21.  
  22. Mark Stobbs
  23. Claris Technical Support
  24.  
  25. Apple Event Changes from FileMaker Pro 2.0v4 Mac to 2.1v1 Mac
  26.  
  27. 1)  Default type property of fields and cells now return 'PICT' for picture 
  28. fields and 'TEXT' for all other field types.
  29.  
  30. 2) You can now send Apple Events from FileMaker Pro to multiple Applets.
  31.  
  32. 3) Querying the Boolean properties of windows using Frontier used return incorrect 
  33. results. This problem is fixed in FileMaker 2.1.
  34.  
  35. 4) Getting data from a record as a list used to crash if there was an empty 
  36. picture field in the record. 
  37.  
  38. 5) On doing a get data we mistakenly returned data as tab delimited instead of a 
  39. list - as    described in the FileMaker Events and Objects database. Get data now 
  40. returns data by default as a list, if you want the data returned in some other 
  41. form then you need to use Get  Data As.
  42.  
  43. 6) Getting ranges of data used only return TEXT data. It now returns TEXT and 
  44. PICT data.
  45.  
  46. 7) It wasn't possible to get sounds out of FileMaker using AppleScript.  It now 
  47. is possible.
  48.  
  49. 8) FileMaker now suppresses the open dialog if the application needs to be launched.
  50.  
  51. 9) Unique IDs of cells, fields, records, layouts and script were non-constant 
  52. in some circumstances. This is fixed.
  53.  
  54. 10) Counting the number of cells in the non front most database e.g.
  55.              count class cell of field 2 of document 2
  56. used to return the number of cells in the front most database. This is fixed.
  57.  
  58. 11) In prior versions of the application you couldn't replace the contents of a 
  59. full picture field with an empty picture field i.e. set data of an empty picture 
  60. field into a full picture field would do nothing.
  61.  
  62. 12) Count event based on default containment e.g.
  63.            count  class record
  64.            count class field
  65. used fail and return "object not found".
  66.  
  67. 13) Getting data from Layout 0 used return the data in the Defined field custom 
  68. order rather than in  the Define Field creation order.  The data is now returned 
  69. in the creation order.  When getting data from a specific layout, data is returned 
  70. in the tab order for that layout
  71.  
  72.